home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / debug / memmon.dir / 00036_Left.ls < prev    next >
Encoding:
Text File  |  1995-02-15  |  164 b   |  11 lines

  1. on mouseUp
  2.   global gLevel
  3.   set gLevel to 1
  4.   DoLeft()
  5.   if the name of cast the castNum of sprite 29 = "Up" then
  6.     DoUp(0)
  7.   end if
  8.   go(5)
  9.   updateStage()
  10. end
  11.